|
|
Starting with the 6.2.1 release, the Lotus Expeditor integrator product will support the RedHat Enterprise Linux (RHEL) Update 5 and SuSe Linux (SLED) Desktop Edition 10 platforms. Lotus Expeditor integrator can be configured to run as a standalone runtime as well as a daemon.
The following restrictions apply when the Lotus Expeditor integrator is configured and enabled to run as a daemon -
- Linux daemon support should be configurable (using a install.options file)
- Linux daemon process owned by root for all user accounts
- Linux daemon support should be able to use Integrator when installed into a specific user's 'home' directory.
In order to support the above restrictions, several configuration parameters were added to the install.options file (table below) which serves as input to the Integrator RPM. The install.options file should be placed in the /etc/ibm/integrator directory prior to installation of the Integrator RPM.
Parameter | Supported Values | Description |
ENABLEDAEMON | Set to 'true' if daemon support needs to be enabled.
If not specified or 'false' daemon support is not enabled. | Required to enable daemon support. |
DAEMONAUTOSTART | Set to 'true' if daemon support should be autostarted.
If not specified or 'false' daemon support needs to be manually started. | Required to ensure that daemon is autostarted.
If 'true', Symbolic links are created. |
INTGUSER | Set to specified user name if Integrator is to be run by a specific user account.
If not specified then all Integrator files/folders will be owned by root. | Required to ensure that Integrator files/folders are owned by a specific user. |
INTGGROUP | Set to specified group if you want users from a specific group to own Integrator files/folders.
If not specified then group owner for all Integrator files/folders will be root | Required to ensure that a specific group owns Integrator files/folders. |
Example content for install.options file:
ENABLEDAEMON='true'
NOTE: It is recommended you create a separate group for Integrator.
If Integrator Linux daemon support is not required but Integrator files should be owned by specific user and group then the install.options file will look like this -
INTGUSER='rahul'
INTGGROUP='intg'
|